home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 59 / Cine Live 59.iso / pc / Data / Interface / e11.k < prev    next >
Encoding:
Text File  |  2002-06-05  |  24.4 KB  |  1,199 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000142; 
  4.     release Editor:
  5.         IOWindow is {$000002F0,$00000043,$0000013D,$00000363,$00000000,$FFFFFFA9,$00000000,$00000000};
  6.         LayoutWindow is {$00000092,$0000007B,$000002C4,$00000290,$00000000,$00000014,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         ol127,
  41.         oI228,
  42.         oI329,
  43.         oI340,
  44.         ointernet39,
  45.         oBouton_Fiche30,
  46.         oBouton_Imprimer31,
  47.         oBouton_Sommaire32,
  48.         oBouton_Photos33,
  49.         oBouton_Vid_o34,
  50.         oFiche_Technique35,
  51.         oTexte_RTF36,
  52.         ovid_o37,
  53.         oglobal38
  54.     ];
  55.     Events is [
  56.         cOffscreenEvent
  57.         with 
  58.             Commands is [
  59.                 cPixelTool_IfSystemCommand
  60.                 with 
  61.                     Commands is [
  62.                         cSwitchURLCommand
  63.                         with Target is oFond2; URL is "../Images/s11m.jpg"; end,
  64.                         cDragCommand
  65.                         with Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  66.                         cGrowCommand
  67.                         with Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  68.                         cShowCommand
  69.                         with Target is ovid_o37; end,
  70.                         cEnableCommand
  71.                         with Target is ovid_o37; end,
  72.                         cRunCommand
  73.                         with Target is ovid_o37; Rewind is true; end
  74.                     ];
  75.                 end,
  76.                 cPixelTool_IfSystemCommand
  77.                 with SetMode is IsWinTest; 
  78.                     Commands is [
  79.                         cDragCommand
  80.                         with Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  81.                         cGrowCommand
  82.                         with Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  83.                         cShowCommand
  84.                         with Target is ovid_o37; end,
  85.                         cEnableCommand
  86.                         with Target is ovid_o37; end,
  87.                         cRunCommand
  88.                         with Target is ovid_o37; Rewind is true; end
  89.                     ];
  90.                 end
  91.             ];
  92.         end,
  93.         cKeyboardEvent
  94.         with Flags is $00000004; Test is IsSpace; 
  95.             Commands is [
  96.                 cRunCommand
  97.                 with Flags is $00000004; Target is ovid_o37; Mode is Toggle; end
  98.             ];
  99.         end,
  100.         cKeyboardEvent
  101.         with Value is "+"; 
  102.             Commands is [
  103.                 cSetVolumeCommand
  104.                 with Mode is ExecuteHigher; end
  105.             ];
  106.         end,
  107.         cKeyboardEvent
  108.         with Value is "-"; 
  109.             Commands is [
  110.                 cSetVolumeCommand
  111.                 with Flags is $00000004; Mode is ExecuteLower; end
  112.             ];
  113.         end,
  114.         cKeyboardEvent
  115.         with Value is "m"; 
  116.             Commands is [
  117.                 cRunCommand
  118.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  119.             ];
  120.         end
  121.     ];
  122. end;
  123.  
  124. object oFond2 is cImage
  125. with 
  126.     Flags is $00000150; 
  127.     Name is "Fond"; 
  128.     Enabled is false; Cursor is oEmptyCursor; 
  129.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  130.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  131.     
  132.     URL is "../Images/s11p.jpg"; 
  133.     
  134.     
  135.     Events is [
  136.         cOnscreenEvent
  137.         with Flags is $00000004; 
  138.             Commands is [
  139.                 cTokenCommand
  140.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  141.             ];
  142.         end
  143.     ];
  144. end;
  145.  
  146. object ob13 is cImage
  147. with 
  148.     Name is "b1"; 
  149.     Enabled is false; Shown is false; 
  150.     X is -21; Y is 166; 
  151.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  152.     
  153.     URL is "../Images/BOUTONV2.psd"; 
  154.     Bitmapped is false; Mode is 260; 
  155.     
  156. end;
  157.  
  158. object ob24 is cImage
  159. with 
  160.     Name is "b2"; 
  161.     Enabled is false; Shown is false; 
  162.     X is -21; Y is 191; 
  163.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  164.     
  165.     URL is "../Images/BOUTONV2.psd"; 
  166.     Mode is 260; 
  167.     
  168. end;
  169.  
  170. object ob35 is cImage
  171. with 
  172.     Name is "b3"; 
  173.     Enabled is false; Shown is false; 
  174.     X is -21; Y is 216; 
  175.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  176.     
  177.     URL is "../Images/BOUTONV2.psd"; 
  178.     Mode is 260; 
  179.     
  180. end;
  181.  
  182. object ob46 is cImage
  183. with 
  184.     Name is "b4"; 
  185.     Enabled is false; Shown is false; 
  186.     X is -21; Y is 240; 
  187.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  188.     
  189.     URL is "../Images/BOUTONV2.psd"; 
  190.     Mode is 260; 
  191.     
  192. end;
  193.  
  194. object ob57 is cImage
  195. with 
  196.     Name is "b5"; 
  197.     Enabled is false; Shown is false; 
  198.     X is -21; Y is 271; 
  199.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  200.     
  201.     URL is "../Images/BOUTONV2.psd"; 
  202.     Mode is 260; 
  203.     
  204. end;
  205.  
  206. object ob68 is cImage
  207. with 
  208.     Name is "b6"; 
  209.     Enabled is false; Shown is false; 
  210.     X is -21; Y is 308; 
  211.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  212.     
  213.     URL is "../Images/BOUTONV2.psd"; 
  214.     Mode is 260; 
  215.     
  216. end;
  217.  
  218. object ob79 is cImage
  219. with 
  220.     Name is "b7"; 
  221.     Enabled is false; Shown is false; 
  222.     X is -21; Y is 338; 
  223.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  224.     
  225.     URL is "../Images/BOUTONV2.psd"; 
  226.     Mode is 260; 
  227.     
  228. end;
  229.  
  230. object ob810 is cImage
  231. with 
  232.     Name is "b8"; 
  233.     Enabled is false; Shown is false; 
  234.     X is -21; Y is 364; 
  235.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  236.     
  237.     URL is "../Images/BOUTONV2.psd"; 
  238.     Mode is 260; 
  239.     
  240. end;
  241.  
  242. object ob911 is cImage
  243. with 
  244.     Name is "b9"; 
  245.     Enabled is false; Shown is false; 
  246.     X is -21; Y is 389; 
  247.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  248.     
  249.     URL is "../Images/BOUTONV2.psd"; 
  250.     Mode is 260; 
  251.     
  252. end;
  253.  
  254. object ob1012 is cImage
  255. with 
  256.     Name is "b10"; 
  257.     Enabled is false; Shown is false; 
  258.     X is -21; Y is 412; 
  259.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  260.     
  261.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  262.     Mode is 260; 
  263.     
  264. end;
  265.  
  266. object ob1113 is cImage
  267. with 
  268.     Name is "b11"; 
  269.     Enabled is false; Shown is false; 
  270.     X is -21; Y is 437; 
  271.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  272.     
  273.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  274.     Mode is 260; 
  275.     
  276. end;
  277.  
  278. object ob1214 is cImage
  279. with 
  280.     Name is "b12"; 
  281.     Enabled is false; Shown is false; 
  282.     X is -25; Y is 463; 
  283.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  284.     
  285.     URL is "../Images/BOUTONV2.psd"; 
  286.     Bitmapped is false; Mode is 260; 
  287.     
  288. end;
  289.  
  290. object of115 is cBox
  291. with 
  292.     Name is "f1"; 
  293.     Cursor is oFingerCursor; 
  294.     X is -1; Y is 182; 
  295.     Width is 162; Height is 27; 
  296.     
  297.     
  298.     Events is [
  299.         cMouseEnterEvent
  300.         with Flags is $00000004; 
  301.             Commands is [
  302.                 cShowCommand
  303.                 with Flags is $00000004; Target is ob13; end
  304.             ];
  305.         end,
  306.         cMouseLeaveEvent
  307.         with Flags is $00000004; 
  308.             Commands is [
  309.                 cShowCommand
  310.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  311.             ];
  312.         end,
  313.         cMouseUpEvent
  314.         with Flags is $00000004; Flag is true; 
  315.             Commands is [
  316.                 cBrowseCommand
  317.                 with Flags is $00000004; URL is "e1.k"; end
  318.             ];
  319.         end
  320.     ];
  321. end;
  322.  
  323. object of216 is cBox
  324. with 
  325.     Name is "f2"; 
  326.     Cursor is oFingerCursor; 
  327.     Y is 207; 
  328.     Width is 160; Height is 26; 
  329.     
  330.     
  331.     Events is [
  332.         cMouseEnterEvent
  333.         with 
  334.             Commands is [
  335.                 cShowCommand
  336.                 with Target is ob24; end
  337.             ];
  338.         end,
  339.         cMouseLeaveEvent
  340.         with 
  341.             Commands is [
  342.                 cShowCommand
  343.                 with Target is ob24; Mode is Clear; end
  344.             ];
  345.         end,
  346.         cMouseUpEvent
  347.         with Flag is true; 
  348.             Commands is [
  349.                 cBrowseCommand
  350.                 with URL is "e2.k"; end
  351.             ];
  352.         end
  353.     ];
  354. end;
  355.  
  356. object of317 is cBox
  357. with 
  358.     Flags is $00000150; 
  359.     Name is "f3"; 
  360.     Cursor is oFingerCursor; 
  361.     Y is 233; 
  362.     Width is 162; Height is 24; 
  363.     
  364.     
  365.     Events is [
  366.         cMouseEnterEvent
  367.         with Flags is $00000004; 
  368.             Commands is [
  369.                 cShowCommand
  370.                 with Flags is $00000004; Target is ob35; end
  371.             ];
  372.         end,
  373.         cMouseLeaveEvent
  374.         with Flags is $00000004; 
  375.             Commands is [
  376.                 cShowCommand
  377.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  378.             ];
  379.         end,
  380.         cMouseUpEvent
  381.         with Flags is $00000004; Flag is true; 
  382.             Commands is [
  383.                 cBrowseCommand
  384.                 with Flags is $00000004; URL is "e3.k"; end
  385.             ];
  386.         end
  387.     ];
  388. end;
  389.  
  390. object of418 is cBox
  391. with 
  392.     Name is "f4"; 
  393.     Cursor is oFingerCursor; 
  394.     Y is 255; 
  395.     Width is 161; Height is 28; 
  396.     
  397.     
  398.     Events is [
  399.         cMouseEnterEvent
  400.         with 
  401.             Commands is [
  402.                 cShowCommand
  403.                 with Target is ob46; end
  404.             ];
  405.         end,
  406.         cMouseLeaveEvent
  407.         with 
  408.             Commands is [
  409.                 cShowCommand
  410.                 with Target is ob46; Mode is Clear; end
  411.             ];
  412.         end,
  413.         cMouseUpEvent
  414.         with Flag is true; 
  415.             Commands is [
  416.                 cBrowseCommand
  417.                 with URL is "e4.k"; end
  418.             ];
  419.         end
  420.     ];
  421. end;
  422.  
  423. object of519 is cBox
  424. with 
  425.     Name is "f5"; 
  426.     Cursor is oFingerCursor; 
  427.     Y is 286; 
  428.     Width is 163; Height is 28; 
  429.     
  430.     
  431.     Events is [
  432.         cMouseEnterEvent
  433.         with 
  434.             Commands is [
  435.                 cShowCommand
  436.                 with Target is ob57; end
  437.             ];
  438.         end,
  439.         cMouseLeaveEvent
  440.         with 
  441.             Commands is [
  442.                 cShowCommand
  443.                 with Target is ob57; Mode is Clear; end
  444.             ];
  445.         end,
  446.         cMouseUpEvent
  447.         with Flag is true; 
  448.             Commands is [
  449.                 cBrowseCommand
  450.                 with URL is "e5.k"; end
  451.             ];
  452.         end
  453.     ];
  454. end;
  455.  
  456. object of620 is cBox
  457. with 
  458.     Flags is $00000150; 
  459.     Name is "f6"; 
  460.     Cursor is oFingerCursor; 
  461.     Y is 323; 
  462.     Width is 163; Height is 28; 
  463.     
  464.     
  465.     Events is [
  466.         cMouseEnterEvent
  467.         with Flags is $00000004; 
  468.             Commands is [
  469.                 cShowCommand
  470.                 with Flags is $00000004; Target is ob68; end
  471.             ];
  472.         end,
  473.         cMouseLeaveEvent
  474.         with Flags is $00000004; 
  475.             Commands is [
  476.                 cShowCommand
  477.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  478.             ];
  479.         end,
  480.         cMouseUpEvent
  481.         with Flags is $00000004; Flag is true; 
  482.             Commands is [
  483.                 cBrowseCommand
  484.                 with Flags is $00000004; URL is "e6.k"; end
  485.             ];
  486.         end
  487.     ];
  488. end;
  489.  
  490. object of721 is cBox
  491. with 
  492.     Name is "f7"; 
  493.     Cursor is oFingerCursor; 
  494.     Y is 354; 
  495.     Width is 160; Height is 26; 
  496.     
  497.     
  498.     Events is [
  499.         cMouseEnterEvent
  500.         with 
  501.             Commands is [
  502.                 cShowCommand
  503.                 with Target is ob79; end
  504.             ];
  505.         end,
  506.         cMouseLeaveEvent
  507.         with 
  508.             Commands is [
  509.                 cShowCommand
  510.                 with Target is ob79; Mode is Clear; end
  511.             ];
  512.         end,
  513.         cMouseUpEvent
  514.         with Flag is true; 
  515.             Commands is [
  516.                 cBrowseCommand
  517.                 with URL is "e7.k"; end
  518.             ];
  519.         end
  520.     ];
  521. end;
  522.  
  523. object of822 is cBox
  524. with 
  525.     Name is "f8"; 
  526.     Cursor is oFingerCursor; 
  527.     Y is 378; 
  528.     Width is 160; Height is 27; 
  529.     
  530.     
  531.     Events is [
  532.         cMouseEnterEvent
  533.         with 
  534.             Commands is [
  535.                 cShowCommand
  536.                 with Target is ob810; end
  537.             ];
  538.         end,
  539.         cMouseLeaveEvent
  540.         with 
  541.             Commands is [
  542.                 cShowCommand
  543.                 with Target is ob810; Mode is Clear; end
  544.             ];
  545.         end,
  546.         cMouseUpEvent
  547.         with Flag is true; 
  548.             Commands is [
  549.                 cBrowseCommand
  550.                 with URL is "e8.k"; end
  551.             ];
  552.         end
  553.     ];
  554. end;
  555.  
  556. object of923 is cBox
  557. with 
  558.     Name is "f9"; 
  559.     Cursor is oFingerCursor; 
  560.     Y is 404; 
  561.     Width is 163; Height is 25; 
  562.     
  563.     
  564.     Events is [
  565.         cMouseEnterEvent
  566.         with 
  567.             Commands is [
  568.                 cShowCommand
  569.                 with Target is ob911; end
  570.             ];
  571.         end,
  572.         cMouseLeaveEvent
  573.         with 
  574.             Commands is [
  575.                 cShowCommand
  576.                 with Target is ob911; Mode is Clear; end
  577.             ];
  578.         end,
  579.         cMouseUpEvent
  580.         with Flag is true; 
  581.             Commands is [
  582.                 cBrowseCommand
  583.                 with URL is "e9.k"; end
  584.             ];
  585.         end
  586.     ];
  587. end;
  588.  
  589. object of1024 is cBox
  590. with 
  591.     Name is "f10"; 
  592.     Cursor is oFingerCursor; 
  593.     X is 1; Y is 428; 
  594.     Width is 161; Height is 28; 
  595.     
  596.     
  597.     Events is [
  598.         cMouseEnterEvent
  599.         with 
  600.             Commands is [
  601.                 cShowCommand
  602.                 with Target is ob1012; end
  603.             ];
  604.         end,
  605.         cMouseLeaveEvent
  606.         with 
  607.             Commands is [
  608.                 cShowCommand
  609.                 with Target is ob1012; Mode is Clear; end
  610.             ];
  611.         end,
  612.         cMouseUpEvent
  613.         with Flag is true; 
  614.             Commands is [
  615.                 cBrowseCommand
  616.                 with URL is "e10.k"; end
  617.             ];
  618.         end
  619.     ];
  620. end;
  621.  
  622. object of1125 is cBox
  623. with 
  624.     Flags is $00000150; 
  625.     Name is "f11"; 
  626.     Cursor is oFingerCursor; 
  627.     Y is 451; 
  628.     Width is 161; Height is 28; 
  629.     
  630.     
  631.     Events is [
  632.         cMouseEnterEvent
  633.         with Flags is $00000004; 
  634.             Commands is [
  635.                 cShowCommand
  636.                 with Flags is $00000004; Target is ob1113; end
  637.             ];
  638.         end,
  639.         cMouseLeaveEvent
  640.         with Flags is $00000004; 
  641.             Commands is [
  642.                 cShowCommand
  643.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  644.             ];
  645.         end,
  646.         cMouseUpEvent
  647.         with Flags is $00000004; Flag is true; 
  648.             Commands is [
  649.                 cBrowseCommand
  650.                 with Flags is $00000004; URL is "e11.k"; end
  651.             ];
  652.         end
  653.     ];
  654. end;
  655.  
  656. object of1226 is cBox
  657. with 
  658.     Flags is $00000150; 
  659.     Name is "f12"; 
  660.     Cursor is oFingerCursor; 
  661.     X is -1; Y is 477; 
  662.     Width is 162; Height is 27; 
  663.     
  664.     
  665.     Events is [
  666.         cMouseEnterEvent
  667.         with Flags is $00000004; 
  668.             Commands is [
  669.                 cShowCommand
  670.                 with Flags is $00000004; Target is ob1214; end
  671.             ];
  672.         end,
  673.         cMouseLeaveEvent
  674.         with Flags is $00000004; 
  675.             Commands is [
  676.                 cShowCommand
  677.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  678.             ];
  679.         end,
  680.         cMouseUpEvent
  681.         with Flags is $00000004; Flag is true; 
  682.             Commands is [
  683.                 cBrowseCommand
  684.                 with Flags is $00000004; URL is "e12.k"; end
  685.             ];
  686.         end
  687.     ];
  688. end;
  689.  
  690. object ol127 is cBox
  691. with 
  692.     Flags is $00000150; 
  693.     release Editor:
  694.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  695.     end;
  696.     Name is "l1"; 
  697.     Cursor is oFingerCursor; 
  698.     X is 260; Y is 500; 
  699.     Width is 74; Height is 17; 
  700.     
  701.     
  702.     Events is [
  703.         cMouseUpEvent
  704.         with Flags is $00000004; Flag is true; 
  705.             Commands is [
  706.                 cIfCookieCommand
  707.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  708.                     Commands is [
  709.                         cTokenCommand
  710.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  711.                     ];
  712.                 end,
  713.                 cBrowseCommand
  714.                 with Flags is $00000004; URL is "f15.k"; end
  715.             ];
  716.         end
  717.     ];
  718. end;
  719.  
  720. object oI228 is cBox
  721. with 
  722.     Flags is $00000150; 
  723.     Name is "I2"; 
  724.     Cursor is oFingerCursor; 
  725.     X is 228; Y is 518; 
  726.     Width is 79; Height is 21; 
  727.     
  728.     
  729.     Events is [
  730.         cMouseUpEvent
  731.         with Flags is $00000004; Flag is true; 
  732.             Commands is [
  733.                 cIfCookieCommand
  734.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  735.                     Commands is [
  736.                         cTokenCommand
  737.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  738.                     ];
  739.                 end,
  740.                 cBrowseCommand
  741.                 with Flags is $00000004; URL is "f22.k"; end
  742.             ];
  743.         end
  744.     ];
  745. end;
  746.  
  747. object oI329 is cBox
  748. with 
  749.     Flags is $00000150; 
  750.     Name is "I3"; 
  751.     Cursor is oFingerCursor; 
  752.     X is 305; Y is 518; 
  753.     Width is 90; Height is 22; 
  754.     
  755.     
  756.     Events is [
  757.         cMouseUpEvent
  758.         with Flags is $00000004; Flag is true; 
  759.             Commands is [
  760.                 cIfCookieCommand
  761.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  762.                     Commands is [
  763.                         cTokenCommand
  764.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  765.                     ];
  766.                 end,
  767.                 cBrowseCommand
  768.                 with Flags is $00000004; URL is "f28.k"; end
  769.             ];
  770.         end
  771.     ];
  772. end;
  773.  
  774. object oI340 is cBox
  775. with 
  776.     Flags is $00000150; 
  777.     Name is "I3"; 
  778.     Cursor is oFingerCursor; 
  779.     X is 393; Y is 518; 
  780.     Width is 112; Height is 19; 
  781.     
  782.     
  783.     Events is [
  784.         cMouseUpEvent
  785.         with Flags is $00000004; Flag is true; 
  786.             Commands is [
  787.                 cIfCookieCommand
  788.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  789.                     Commands is [
  790.                         cTokenCommand
  791.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  792.                     ];
  793.                 end,
  794.                 cBrowseCommand
  795.                 with Flags is $00000004; URL is "f14.k"; end
  796.             ];
  797.         end
  798.     ];
  799. end;
  800.  
  801. object ointernet39 is cBox
  802. with 
  803.     Flags is $00000050; 
  804.     Name is "internet"; 
  805.     Cursor is oEarthCursor; 
  806.     X is 259; Y is 540; 
  807.     Width is 209; Height is 19; 
  808.     
  809.     
  810.     Events is [
  811.         cMouseUpEvent
  812.         with Flags is $00000004; Flag is true; 
  813.             Commands is [
  814.                 cLaunchCommand
  815.                 with URL is "http://promo.warnerbros.com/scoobydoo"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  816.             ];
  817.         end
  818.     ];
  819. end;
  820.  
  821. object oBouton_Fiche30 is cImage
  822. with 
  823.     Name is "Bouton Fiche"; 
  824.     Shown is false; Cursor is oFingerCursor; 
  825.     X is 167; Y is 573; 
  826.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  827.     
  828.     URL is "../Images/%E9cran%20fiche.jpg"; 
  829.     
  830.     
  831.     Events is [
  832.         cMouseEnterEvent
  833.         with 
  834.             Commands is [
  835.                 cShowCommand
  836.                 with Target is oTargetSelf; end
  837.             ];
  838.         end,
  839.         cMouseLeaveEvent
  840.         with 
  841.             Commands is [
  842.                 cShowCommand
  843.                 with Target is oTargetSelf; Mode is Clear; end
  844.             ];
  845.         end,
  846.         cMouseUpEvent
  847.         with Flag is true; 
  848.             Commands is [
  849.                 cShowCommand
  850.                 with Target is oFiche_Technique35; Mode is Toggle; end,
  851.                 cEnableCommand
  852.                 with Target is oFiche_Technique35; Mode is Toggle; end
  853.             ];
  854.         end
  855.     ];
  856. end;
  857.  
  858. object oBouton_Imprimer31 is cImage
  859. with 
  860.     Flags is $00000150; 
  861.     Name is "Bouton Imprimer"; 
  862.     Shown is false; Cursor is oFingerCursor; 
  863.     X is 321; Y is 573; 
  864.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  865.     
  866.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  867.     
  868.     
  869.     Events is [
  870.         cMouseEnterEvent
  871.         with Flags is $00000004; 
  872.             Commands is [
  873.                 cShowCommand
  874.                 with Flags is $00000004; Target is oTargetSelf; end
  875.             ];
  876.         end,
  877.         cMouseLeaveEvent
  878.         with Flags is $00000004; 
  879.             Commands is [
  880.                 cShowCommand
  881.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  882.             ];
  883.         end,
  884.         cMouseUpEvent
  885.         with Flags is $00000004; Flag is true; 
  886.             Commands is [
  887.                 cPrintCommand
  888.                 with Target is oTexte_RTF36; end
  889.             ];
  890.         end
  891.     ];
  892. end;
  893.  
  894. object oBouton_Sommaire32 is cImage
  895. with 
  896.     Name is "Bouton Sommaire"; 
  897.     Shown is false; Cursor is oFingerCursor; 
  898.     X is 13; Y is 573; 
  899.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  900.     
  901.     URL is "../Images/%E9cran%20somm.jpg"; 
  902.     
  903.     
  904.     Events is [
  905.         cMouseEnterEvent
  906.         with 
  907.             Commands is [
  908.                 cShowCommand
  909.                 with Target is oTargetSelf; end
  910.             ];
  911.         end,
  912.         cMouseLeaveEvent
  913.         with 
  914.             Commands is [
  915.                 cShowCommand
  916.                 with Target is oTargetSelf; Mode is Clear; end
  917.             ];
  918.         end,
  919.         cMouseUpEvent
  920.         with Flag is true; 
  921.             Commands is [
  922.                 cIfCookieCommand
  923.                 with CookieName is "zique"; Value is "oui"; 
  924.                     Commands is [
  925.                         cTokenCommand
  926.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  927.                     ];
  928.                 end,
  929.                 cBrowseCommand
  930.                 with URL is "sommaire.k"; end
  931.             ];
  932.         end
  933.     ];
  934. end;
  935.  
  936. object oBouton_Photos33 is cImage
  937. with 
  938.     Flags is $00000150; 
  939.     Name is "Bouton Photos"; 
  940.     Shown is false; Cursor is oFingerCursor; 
  941.     X is 475; Y is 573; 
  942.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  943.     
  944.     URL is "../Images/%E9cran%20photo.jpg"; 
  945.     
  946.     
  947.     Events is [
  948.         cMouseEnterEvent
  949.         with Flags is $00000004; 
  950.             Commands is [
  951.                 cShowCommand
  952.                 with Flags is $00000004; Target is oTargetSelf; end
  953.             ];
  954.         end,
  955.         cMouseLeaveEvent
  956.         with Flags is $00000004; 
  957.             Commands is [
  958.                 cShowCommand
  959.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  960.             ];
  961.         end,
  962.         cMouseUpEvent
  963.         with Flags is $00000004; Flag is true; 
  964.             Commands is [
  965.                 cBrowseCommand
  966.                 with Flags is $00000004; URL is "e11s.k"; end
  967.             ];
  968.         end
  969.     ];
  970. end;
  971.  
  972. object oBouton_Vid_o34 is cImage
  973. with 
  974.     Flags is $00000150; 
  975.     Name is "Bouton Vid\$E9o"; 
  976.     Shown is false; Cursor is oFingerCursor; 
  977.     X is 629; Y is 573; 
  978.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  979.     
  980.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  981.     
  982.     
  983.     Events is [
  984.         cMouseEnterEvent
  985.         with Flags is $00000004; 
  986.             Commands is [
  987.                 cShowCommand
  988.                 with Flags is $00000004; Target is oTargetSelf; end
  989.             ];
  990.         end,
  991.         cMouseLeaveEvent
  992.         with Flags is $00000004; 
  993.             Commands is [
  994.                 cShowCommand
  995.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  996.             ];
  997.         end,
  998.         cMouseUpEvent
  999.         with Flags is $00000004; Flag is true; 
  1000.             Commands is [
  1001.                 cRunCommand
  1002.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1003.                 cEnableCommand
  1004.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1005.                 cShowCommand
  1006.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1007.                 cDragCommand
  1008.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1009.                 cGrowCommand
  1010.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1011.                 cShowCommand
  1012.                 with Flags is $00000004; Target is ovid_o37; end,
  1013.                 cEnableCommand
  1014.                 with Flags is $00000004; Target is ovid_o37; end,
  1015.                 cRunCommand
  1016.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1017.                 cEnableCommand
  1018.                 with Flags is $00000004; Target is oglobal38; end
  1019.             ];
  1020.         end
  1021.     ];
  1022. end;
  1023.  
  1024. object oFiche_Technique35 is cImage
  1025. with 
  1026.     Flags is $00000150; 
  1027.     Name is "Fiche Technique"; 
  1028.     Region is {$FFFF000A,$00010000,$01AC0188};
  1029.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1030.     X is 132; Y is 41; 
  1031.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1032.     
  1033.     URL is "../Images/t11.jpg"; 
  1034.     
  1035.     
  1036.     Events is [
  1037.         cMouseUpEvent
  1038.         with Flags is $00000004; Flag is true; 
  1039.             Commands is [
  1040.                 cShowCommand
  1041.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end,
  1042.                 cEnableCommand
  1043.                 with Flags is $00000004; Target is oFiche_Technique35; Mode is Clear; end
  1044.             ];
  1045.         end
  1046.     ];
  1047. end;
  1048.  
  1049. object oTexte_RTF36 is cRTFText
  1050. with 
  1051.     Flags is $00000550; 
  1052.     Name is "Texte RTF"; 
  1053.     Enabled is false; Shown is false; 
  1054.     Y is -160; 
  1055.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1056.     
  1057.     URL is "../Textes/s11.rtf"; 
  1058.     
  1059.     
  1060. end;
  1061.  
  1062. object ovid_o37 is cMPEGMovie
  1063. with 
  1064.     Flags is $00000150; 
  1065.     Name is "vid\$E9o"; 
  1066.     Shown is false; Cursor is oFingerCursor; 
  1067.     X is 615; Y is 418; 
  1068.     Width is 176; Height is 144; 
  1069.     
  1070.     URL is "../Videos/s11.mpg"; 
  1071.     Events is [
  1072.         cMouseUpEvent
  1073.         with Flags is $00000004; Flag is true; 
  1074.             Commands is [
  1075.                 cRunCommand
  1076.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1077.                 cEnableCommand
  1078.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1079.                 cShowCommand
  1080.                 with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1081.                 cDragCommand
  1082.                 with Flags is $00000004; Target is ovid_o37; Mode is DragTo; end,
  1083.                 cGrowCommand
  1084.                 with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 800; Y is 600; end,
  1085.                 cShowCommand
  1086.                 with Flags is $00000004; Target is ovid_o37; end,
  1087.                 cEnableCommand
  1088.                 with Flags is $00000004; Target is ovid_o37; end,
  1089.                 cRunCommand
  1090.                 with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1091.                 cEnableCommand
  1092.                 with Flags is $00000004; Target is oglobal38; end
  1093.             ];
  1094.         end,
  1095.         cFinishedEvent
  1096.         with Flags is $00000004; 
  1097.             Commands is [
  1098.                 cPixelTool_IfSystemCommand
  1099.                 with Flags is $00000004; 
  1100.                     Commands is [
  1101.                         cDragCommand
  1102.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1103.                         cGrowCommand
  1104.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1105.                         cEnableCommand
  1106.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1107.                         cShowCommand
  1108.                         with Flags is $00000004; Target is ovid_o37; end,
  1109.                         cEnableCommand
  1110.                         with Flags is $00000004; Target is ovid_o37; end,
  1111.                         cRunCommand
  1112.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1113.                     ];
  1114.                 end,
  1115.                 cPixelTool_IfSystemCommand
  1116.                 with Flags is $00000004; SetMode is IsWinTest; 
  1117.                     Commands is [
  1118.                         cDragCommand
  1119.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1120.                         cGrowCommand
  1121.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1122.                         cEnableCommand
  1123.                         with Flags is $00000004; Target is oglobal38; Mode is Clear; end,
  1124.                         cShowCommand
  1125.                         with Flags is $00000004; Target is ovid_o37; end,
  1126.                         cEnableCommand
  1127.                         with Flags is $00000004; Target is ovid_o37; end,
  1128.                         cRunCommand
  1129.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end
  1130.                     ];
  1131.                 end
  1132.             ];
  1133.         end
  1134.     ];
  1135. end;
  1136.  
  1137. object oglobal38 is cBox
  1138. with 
  1139.     Flags is $00000150; 
  1140.     Name is "global"; 
  1141.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1142.     
  1143.     Width is 800; Height is 600; 
  1144.     
  1145.     
  1146.     Events is [
  1147.         cMouseUpEvent
  1148.         with Flags is $00000004; Flag is true; 
  1149.             Commands is [
  1150.                 cPixelTool_IfSystemCommand
  1151.                 with Flags is $00000004; 
  1152.                     Commands is [
  1153.                         cShowCommand
  1154.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1155.                         cRunCommand
  1156.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1157.                         cEnableCommand
  1158.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1159.                         cEnableCommand
  1160.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1161.                         cDragCommand
  1162.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 631; Y is 442; end,
  1163.                         cGrowCommand
  1164.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 160; Y is 120; end,
  1165.                         cShowCommand
  1166.                         with Flags is $00000004; Target is ovid_o37; end,
  1167.                         cRunCommand
  1168.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1169.                         cEnableCommand
  1170.                         with Flags is $00000004; Target is ovid_o37; end
  1171.                     ];
  1172.                 end,
  1173.                 cPixelTool_IfSystemCommand
  1174.                 with Flags is $00000004; SetMode is IsWinTest; 
  1175.                     Commands is [
  1176.                         cShowCommand
  1177.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1178.                         cRunCommand
  1179.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; Rewind is true; end,
  1180.                         cEnableCommand
  1181.                         with Flags is $00000004; Target is ovid_o37; Mode is Clear; end,
  1182.                         cEnableCommand
  1183.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1184.                         cDragCommand
  1185.                         with Flags is $00000004; Target is ovid_o37; Mode is DragTo; X is 615; Y is 418; end,
  1186.                         cGrowCommand
  1187.                         with Flags is $00000004; Target is ovid_o37; Mode is GrowTo; X is 176; Y is 144; end,
  1188.                         cShowCommand
  1189.                         with Flags is $00000004; Target is ovid_o37; end,
  1190.                         cRunCommand
  1191.                         with Flags is $00000004; Target is ovid_o37; Rewind is true; end,
  1192.                         cEnableCommand
  1193.                         with Flags is $00000004; Target is ovid_o37; end
  1194.                     ];
  1195.                 end
  1196.             ];
  1197.         end
  1198.     ];
  1199. end;